LoadAsync(StorageFile,BaseTransform[]) Method
Loads the image from a StorageFile.
public System.Threading.Tasks.Task LoadAsync(
Windows.Storage.StorageFile ,
params BaseTransform[]
)
'Declaration
Public Overloads Function LoadAsync( _
ByVal As Windows.Storage.StorageFile, _
ByVal ParamArray () As BaseTransform _
) As System.Threading.Tasks.Task
Parameters
- storageFile
- The input StorageFile.
- transforms
- The transformation chain for the image that is being loaded.